You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
变更说明
Fixes #85
本次 PR 主要完善了 NeoCode 的 TUI slash 指令能力,并修复了输入区与消息渲染中的两个明显问题。
主要改动
/help/exit/clear/status/provider/model&命令执行入口,用于执行工作区命令并展示结果@文件候选/补全入口,用于引用工作区文件&命令失败时的乱码问题/status等场景下界面布局下移、输入区/输出区抖动的问题2. 更新帮助与快捷键文案
/help/exit3. 修复代码块显示异常
4. 修复输入区粘贴/定位体验
5. 补充 TUI 测试
/provider与主仓库语义一致测试
已执行:
go test ./internal/tui影响范围
主要涉及以下文件:
internal/tui/commands.gointernal/tui/commands_test.gointernal/tui/keymap.gointernal/tui/styles.gointernal/tui/update.gointernal/tui/view.go